home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / modelers / geomview / source.lha / Geomview / makefiles / Makerules.obj < prev    next >
Text File  |  1993-10-23  |  125b  |  8 lines

  1.  
  2. ${OBJS}:
  3.     rm -f $@ ${@:o=c}
  4.     ln ../${@:o=c} .
  5.     ${CC} -I.. ${CFLAGS} -c ${@:o=c}
  6.  
  7. include ${GEOM}/makefiles/Makerules.allobj
  8.